toggle menu
JxBrowser
8.2.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.navigation.callback
/
[jvm]StartNavigationCallback
/
Params
Params
public
interface
Params
The parameters of the
StartNavigationCallback
.
Members
Functions
is
Main
Frame
Link copied to clipboard
public
boolean
isMainFrame
(
)
Returns
true
if the navigation request URL belongs to a main frame.
is
Redirect
Link copied to clipboard
public
boolean
isRedirect
(
)
Returns
true
if the request is the result of redirection caused by another request.
url
Link copied to clipboard
public
String
url
(
)
Returns a string that represents the navigation request URL.